-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(front) add switch camera on mobile #280
Conversation
NathanVss
commented
Dec 16, 2024
•
edited
Loading
edited
- Add switch camera button
- Remove chevron from toggle switches
5b4420c
to
6804b4a
Compare
9594594
to
9c896ba
Compare
I cannot test this button. Will test the functionality on staging. |
@@ -176,6 +177,7 @@ export function MobileControlBar({ | |||
> | |||
<RiSettings3Line size={20} /> | |||
</Button> | |||
<CameraSwitchButton onPress={() => setIsMenuOpened(false)} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we find a way to avoid displaying this button if the user is using a desktop device?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This component is shown only on mobile device, it cannot be on desktop
4bb0e01
to
d4e6232
Compare
On mobile we want to be able to hide the chevron and menu.
We want to have a more simple control bar and give the user to switch its back / front camera from the responsive menu.
d4e6232
to
b01c3f7
Compare